Delegate TestInstructionExecutor.StateNotificationCallback
Callback delegate type for test operation state notifications.
Namespace: Responsible
Assembly: Responsible.dll
Syntax
public delegate void TestInstructionExecutor.StateNotificationCallback(TestOperationStateTransition transitionType, ITestOperationState state)
Parameters
Type | Name | Description |
---|---|---|
TestOperationStateTransition | transitionType | The type of the operation state transition. |
ITestOperationState | state | The state of the operation. |