CimIsMaster (function)

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