A code representing the state of the instance.
             
 Declaration Syntax
 Declaration Syntax| C# | 
public decimal Code { get; set; }
 Remarks
 Remarks
             A 16-bit unsigned integer. The high byte is an opaque internal value
             and should be ignored. The low byte is set based on the state represented.
            
             Valid values are: 0 (pending) | 16 (running) | 32 (shutting-down) |
             48 (terminated) | 64 (stopping) | 80 (stopped)