Skip to content

PropertyResultNotify

[Source]

interface val PropertyResultNotify

Public Functions

fail

[Source]

Called when a Property has failed (did not hold for a sample) or when execution raised an error.

Does not necessarily denote completeness of the property execution, see complete(success: Bool) for that purpose.

fun box fail(
  msg: String val)
: None val

Parameters

Returns


complete

[Source]

Called when the Property execution is complete signalling whether it was successful or not.

fun box complete(
  success: Bool val)
: None val

Parameters

Returns