CimIsMaster (function)

Syntax CimIsMaster
Description In a computer with Server Redundancy, to determine if the computer is operating in Active or Standby mode. This function returns TRUE if the computer is currently the active computer. This function returns FALSE if the computer is currently the standby.
Example
Sub Main()
   If CimIsMaster then
      MoveCrane
   End if
End Sub