Method End
End()
Should only be used with begin-end message types, such as: Action, TestSuite, TestSession, ProcessInfo, TestGroup.
Declaration
public Message End()
Returns
| Type | Description |
|---|---|
| Message |
End(Exception)
Should only be used with begin-end message types, such as: Action, TestSuite, TestSession, ProcessInfo, TestGroup.
Declaration
public Message End(Exception exception)
Parameters
| Type | Name | Description |
|---|---|---|
| Exception | exception |
Returns
| Type | Description |
|---|---|
| Message |