List of System methods: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
(Automatically generated page update)
 
Line 26: Line 26:
<tr><td valign="top">[[LastSubsystemErrorProcedure (System function)|LastSubsystemErrorProcedure]]</td><td valign="top">The last subsystem error procedure</td></tr>
<tr><td valign="top">[[LastSubsystemErrorProcedure (System function)|LastSubsystemErrorProcedure]]</td><td valign="top">The last subsystem error procedure</td></tr>
<tr><td valign="top">[[LastSubsystemErrorSubsystem (System function)|LastSubsystemErrorSubsystem]]</td><td valign="top">The last subsystem error subsystem</td></tr>
<tr><td valign="top">[[LastSubsystemErrorSubsystem (System function)|LastSubsystemErrorSubsystem]]</td><td valign="top">The last subsystem error subsystem</td></tr>
<tr><td valign="top">[[ListOfGlobals (System function)|ListOfGlobals]]</td><td valign="top">List the system globals</td></tr>
<tr><td valign="top">[[ListOfGlobals (System function)|ListOfGlobals]]</td><td valign="top">List of system globals</td></tr>
<tr><td valign="top">[[ListOfObjects (System function)|ListOfObjects]]</td><td valign="top">List the system objects</td></tr>
<tr><td valign="top">[[ListOfObjects (System function)|ListOfObjects]]</td><td valign="top">List of system objects</td></tr>
<tr><td valign="top">[[ListOfStrings (System function)|ListOfStrings]]</td><td valign="top">List the system strings</td></tr>
<tr><td valign="top">[[ListOfStrings (System function)|ListOfStrings]]</td><td valign="top">List of system strings</td></tr>
<tr><td valign="top">[[RecordIsUpdated (System function)|RecordIsUpdated]]</td><td valign="top">Is the indicated record updated?</td></tr>
<tr><td valign="top">[[RecordIsUpdated (System function)|RecordIsUpdated]]</td><td valign="top">Is the indicated record updated?</td></tr>
<tr><td valign="top">[[RunSubsystemErrorProcedure (System property)|RunSubsystemErrorProcedure]]</td><td valign="top">Is subsystem error procedure to be run</td></tr>
<tr><td valign="top">[[RunSubsystemErrorProcedure (System property)|RunSubsystemErrorProcedure]]</td><td valign="top">Is subsystem error procedure to be run</td></tr>

Latest revision as of 03:33, 14 May 2016

The following are the available System class methods.

MethodDescription
ArgumentsThe arguments passed to this request
CallStackCurrent call stack description
CallStackCallerCurrent caller information
CallStackDepthDepth of the call stack
ClientCertificateGet client certificate
ConnectionStartTimeMillisecondsTime of connection start in milliseconds
ConnectionStartTimeStringTime of connection start as string
CurrentRecordIsUpdatedIs the current record updated?
CurrentTimeDaysCurrent time in days
CurrentTimeMillisecondsCurrent time in milliseconds
CurrentTimeSecondsCurrent time in seconds
CurrentTimeStringCurrent time as a string
DeleteGlobalDelete a system-wide global
DeleteObjectDelete a system-wide object
DeleteStringDelete a system-wide string
GeneratedPrivateKeyGenerate an RSA private key
GetObjectGet a system-wide object
LastSubsystemErrorFileThe last subsystem error file
LastSubsystemErrorProcedureThe last subsystem error procedure
LastSubsystemErrorSubsystemThe last subsystem error subsystem
ListOfGlobalsList of system globals
ListOfObjectsList of system objects
ListOfStringsList of system strings
RecordIsUpdatedIs the indicated record updated?
RunSubsystemErrorProcedureIs subsystem error procedure to be run
SetGlobalSet a system-wide global
SetObjectSet a system-wide object
SetStringSet a system-wide string
StringGet a system-wide string
TODClockGet binary TOD clock value
UUIDTimeGet a binary UUID time
WakeupAtWake up at a specific time in milliseconds

See also