Method | Description | |
---|---|---|
FromOSD ( OSDMap map ) : void | ||
SchedulerItem ( ) : System | ||
SchedulerItem ( string sName, string sParams, bool runOnce, System.DateTime runSchedule, UUID agentID ) : System |
Initializes a new instance of a SchedulerItem.
|
|
SimpleInitialize ( ) : void | ||
ToOSD ( ) : OSDMap |
public SchedulerItem ( string sName, string sParams, bool runOnce, System.DateTime runSchedule, UUID agentID ) : System | ||
sName | string | Schedule name. |
sParams | string | parameters. |
runOnce | bool | If set to |
runSchedule | System.DateTime | DateTime (UTC) to run the schedule. |
agentID | UUID | AgentID of the schedule. |
return | System |