OPSA/6/OPS_CLI_SUBSCRIBE_SUCCEED
Message
OPSA/6/OPS_CLI_SUBSCRIBE_SUCCEED: Script [script-name] subscribes cli event [event-name], (pattern=[STRING], enter=[ULONG], sync=[ULONG], async_skip=[ULONG], sync_wait=[ULONG]).
Parameters
Parameter Name | Parameter Meaning |
---|---|
[script-name] | Indicates a user script name. |
[event-name] | Indicates an event name. |
pattern | Indicates the regular expression that matches commands. |
enter | Indicates the time when to match a regular expression:
|
sync | Indicates whether to wait until the execution of
scripts is complete after the command triggers an event:
|
async_skip | Indicates whether to skip the original command
when the sync value is False:
|
sync_wait | Indicates the time taken by a command to wait for the execution of scripts if the sync value is True. |