GetStatusItems Data Member Function

Populates a <StrList> with type status options. This refers to the TypeStatusOption enumeration. Please see TYPE_SERVICE_ENUMERATION_UTIL.SSL in the application scripts folder for more information.

Prototype

int32 GetStatusItems( StrList p_slTypeStatusOptions, Int32Array p_aiTypeStatusIndices )

Parameters

Parameter Type Parameter Name Documentation
<StrList>p_slTypeStatusOptionsThe <StrList> you wish to populate with TypeStatusOption names.
<Int32Array>p_aiTypeStatusIndicesThe <Int32Array> you wish to populate with TypeStatusOption indices.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.