Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

(blue star) Not supported

Return value

Result (blue star) Boolean, TRUE if function completed successfully. The result of the function will be stored in gsValue

Example

(blue star) VBScript
Code Block
breakoutModewide
languagevb
If bStatus Then bStatus = CMS_GetContainer()
If bStatus then xStatus = Job_WriteLog("Custom", "Container: " & gsValue, bStatus, True)

...