StatusListener
The StatusListener type describes a function that is used to listen to the fact that the Manager changed status from stopped to started, or vice-versa.
(
manager: Manager,
status: ManagerStatus,
): void| Type | Description | |
|---|---|---|
manager | Manager | A reference to the |
status | ManagerStatus | The new status of the |
| returns | void | This has no return value. |
A StatusListener is provided when using the addStatusListener method. See that method for specific examples.
Since
v1.2.0