PropertyResultNotify¶
Public Functions¶
fail¶
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.
Parameters¶
- msg: String val
Returns¶
- None val
complete¶
Called when the Property execution is complete signalling whether it was successful or not.
Parameters¶
- success: Bool val
Returns¶
- None val