List of System methods: Difference between revisions
Jump to navigation
Jump to search
(Automatically generated page update) |
(Automatically generated page update) |
||
Line 36: | Line 36: | ||
<tr><td valign="top">[[String (System function)|String]]</td><td valign="top">Get a system-wide string</td></tr> | <tr><td valign="top">[[String (System function)|String]]</td><td valign="top">Get a system-wide string</td></tr> | ||
<tr><td valign="top">[[TODClock (System function)|TODClock]]</td><td valign="top">Get binary TOD clock value</td></tr> | <tr><td valign="top">[[TODClock (System function)|TODClock]]</td><td valign="top">Get binary TOD clock value</td></tr> | ||
<tr><td valign="top">[[UUIDTime (System function)|UUIDTime]]</td><td valign="top"></td></tr> | <tr><td valign="top">[[UUIDTime (System function)|UUIDTime]]</td><td valign="top">Get a binary UUID time</td></tr> | ||
<tr><td valign="top">[[WakeupAt (System function)|WakeupAt]]</td><td valign="top">Wake up at a specific time in milliseconds</td></tr> | <tr><td valign="top">[[WakeupAt (System function)|WakeupAt]]</td><td valign="top">Wake up at a specific time in milliseconds</td></tr> | ||
</table> | </table> |
Revision as of 17:46, 8 May 2014
The following are the available System class methods.
Method | Description |
---|---|
Arguments | The arguments passed to this request |
CallStack | Current call stack description |
CallStackCaller | Current caller information |
CallStackDepth | Depth of the call stack |
ClientCertificate | Get client certificate |
ConnectionStartTimeMilliseconds | Time of connection start in milliseconds |
ConnectionStartTimeString | Time of connection start as string |
CurrentRecordIsUpdated | Is the current record updated? |
CurrentTimeDays | Current time in days |
CurrentTimeMilliseconds | Current time in milliseconds |
CurrentTimeSeconds | Current time in seconds |
CurrentTimeString | Current time as a string |
DeleteGlobal | Delete a system-wide global |
DeleteObject | Delete a system-wide object |
DeleteString | Delete a system-wide string |
GeneratedPrivateKey | Generate an RSA private key |
GetObject | Get a system-wide object |
LastSubsystemErrorFile | The last subsystem error file |
LastSubsystemErrorProcedure | The last subsystem error procedure |
LastSubsystemErrorSubsystem | The last subsystem error subsystem |
ListOfGlobals | List the system globals |
ListOfObjects | List the system objects |
ListOfStrings | List the system strings |
RecordIsUpdated | Is the indicated record updated? |
RunSubsystemErrorProcedure | Is subsystem error procedure to be run |
SetGlobal | Set a system-wide global |
SetObject | Set a system-wide object |
SetString | Set a system-wide string |
String | Get a system-wide string |
TODClock | Get binary TOD clock value |
UUIDTime | Get a binary UUID time |
WakeupAt | Wake up at a specific time in milliseconds |