REPLACE PROCEDURE TDWM.TDWMEventControl (
IN EventName TD_ANYTYPE,
IN Operation VARCHAR(1) CHARACTER SET LATIN,
IN Duration INTEGER,
OUT NewStatus VARCHAR(8) CHARACTER SET LATIN,
OUT PriorStatus VARCHAR(8) CHARACTER SET LATIN
)
...
;
Syntax Elements
- EventName
- Name of the event specified.
- Operation
- Status of the event:
- Duration
- Time, in minutes, after the event expires.
- A value of zero indicates no expiration time.
- NewStatus
- Status of the event after the procedure call.
- PriorStatus
- Status of the event before the procedure call.