System methods syntax: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
(Automatically generated page update)
 
Line 10: Line 10:
Throws [[NotJanusConnection class|NotJanusConnection]]</p>
Throws [[NotJanusConnection class|NotJanusConnection]]</p>
<p class="syntax" style="margin-bottom:0px; border-bottom:1px solid; border-left:1px solid; border-right:1px solid; border-top: none; margin-top:0px;"><span class="term">%number</span><span class="literal"> =</span> <span class="literal">%(System):[[ConnectionStartTimeMilliseconds (System function)|ConnectionStartTimeMilliseconds]]</span></p>
<p class="syntax" style="margin-bottom:0px; border-bottom:1px solid; border-left:1px solid; border-right:1px solid; border-top: none; margin-top:0px;"><span class="term">%number</span><span class="literal"> =</span> <span class="literal">%(System):[[ConnectionStartTimeMilliseconds (System function)|ConnectionStartTimeMilliseconds]]</span></p>
<p class="syntax" style="margin-bottom:0px; border-bottom:1px solid; border-left:1px solid; border-right:1px solid; border-top: none; margin-top:0px;"><span class="term">%string</span><span class="literal"> =</span> <span class="literal">%(System):[[ConnectionStartTimeString (System function)|ConnectionStartTimeString]]</span><span class="squareb">[</span><span class="literal">(</span> <span class="squareb">[</span><span class="term" title="String">format</span><span class="squareb">]</span><span class="literal">)</span><span class="squareb">]</span></p>
<p class="syntax" style="margin-bottom:0px; border-bottom:1px solid; border-left:1px solid; border-right:1px solid; border-top: none; margin-top:0px;"><span class="term">%string</span><span class="literal"> =</span> <span class="literal">%(System):[[ConnectionStartTimeString (System function)|ConnectionStartTimeString]]</span><span class="squareb">[</span><span class="literal">(</span> <span class="squareb">[</span><span class="term" title="String">format</span><span class="squareb">]</span><span class="literal">)</span><span class="squareb">]</span>
 
Throws [[InvalidDateString class|InvalidDateString]]</p>
<p class="syntax" style="margin-bottom:0px; border-bottom:1px solid; border-left:1px solid; border-right:1px solid; border-top: none; margin-top:0px;"><span class="term">%boolean</span><span class="literal"> =</span> <span class="literal">%(System):[[CurrentRecordIsUpdated (System function)|CurrentRecordIsUpdated]]</span></p>
<p class="syntax" style="margin-bottom:0px; border-bottom:1px solid; border-left:1px solid; border-right:1px solid; border-top: none; margin-top:0px;"><span class="term">%boolean</span><span class="literal"> =</span> <span class="literal">%(System):[[CurrentRecordIsUpdated (System function)|CurrentRecordIsUpdated]]</span></p>
<p class="syntax" style="margin-bottom:0px; border-bottom:1px solid; border-left:1px solid; border-right:1px solid; border-top: none; margin-top:0px;"><span class="term">%number</span><span class="literal"> =</span> <span class="literal">%(System):[[CurrentTimeDays (System function)|CurrentTimeDays]]</span></p>
<p class="syntax" style="margin-bottom:0px; border-bottom:1px solid; border-left:1px solid; border-right:1px solid; border-top: none; margin-top:0px;"><span class="term">%number</span><span class="literal"> =</span> <span class="literal">%(System):[[CurrentTimeDays (System function)|CurrentTimeDays]]</span></p>

Latest revision as of 16:16, 27 April 2015

The syntax for each of the System class methods is shown below.

Square brackets indicate optional elements of the method invocation. See also the notation conventions for methods and the List of System methods.

%string = %(System):Arguments

%sl = %(System):CallStack

%string = %(System):CallStackCaller( number)

%number = %(System):CallStackDepth

%string = %(System):ClientCertificate[( [RequestCertificate= boolean])] Throws NotJanusConnection

%number = %(System):ConnectionStartTimeMilliseconds

%string = %(System):ConnectionStartTimeString[( [format])] Throws InvalidDateString

%boolean = %(System):CurrentRecordIsUpdated

%number = %(System):CurrentTimeDays

%number = %(System):CurrentTimeMilliseconds

%number = %(System):CurrentTimeSeconds

%string = %(System):CurrentTimeString[( [format])] Throws InvalidDateString

%(System):DeleteGlobal( string)

%(System):DeleteObject( string)

%(System):DeleteString( string)

%privateKey = %(System):GeneratedPrivateKey[( [[Length=] number], - [[Exponent=] number], - [[Salt=] string])]

[%number =] %(System):GetObject( string, object)

%string = %(System):LastSubsystemErrorFile

%string = %(System):LastSubsystemErrorProcedure

%string = %(System):LastSubsystemErrorSubsystem

%sl = %(System):ListOfGlobals[( [string])]

%sl = %(System):ListOfObjects[( [string])]

%sl = %(System):ListOfStrings[( [string])]

%boolean = %(System):RecordIsUpdated( string, number)

%currentBoolean = %(System):RunSubsystemErrorProcedure %(System):RunSubsystemErrorProcedure = newBoolean

%(System):SetGlobal( name, value)

[%gen =] %(System):SetObject( name, object, [testGen])

[%number =] %(System):SetString( name, value, [oldValue])

%value = %(System):String( name)

%string = %(System):TODClock

%string = %(System):UUIDTime

[%number =] %(System):WakeupAt( timeInMilliseconds)