Options that control the behavior of a ComputerMonitor.
enum ComputerMonitorOptionsEnum { cmoRepeatOnRestore = 1, cmoRepeatWhileDead = 2 };
public enum ComputerMonitorOptionsEnum { cmoRepeatOnRestore = 1, cmoRepeatWhileDead = 2 }
Public Enum ComputerMonitorOptionsEnum cmoRepeatOnRestore = 1 cmoRepeatWhileDead = 2 End Enum
Members |
Description |
cmoRepeatOnRestore = 1 |
The job is triggered again when a connection to the server is restored. |
cmoRepeatWhileDead = 2 |
The trigger continues to fire (at the interval specified by MinimumInterval) until the connection to the server is restored. |
adTempus API Reference version 3.0.0.0, revised 10/30/2008
|