List of System methods

From m204wiki
Revision as of 17:41, 8 May 2014 by Wiccan (talk | contribs) (Automatically generated page update)
Jump to navigation Jump to search

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 the system globals
ListOfObjectsList the system objects
ListOfStringsList the 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
UUIDTime
WakeupAtWake up at a specific time in milliseconds

See also