class WinRM::PSRP::MessageData::RunspacepoolState

runspace pool state message type

Constants

BEFORE_OPEN
BROKEN
CLOSED
CLOSING
CONNECTING
DISCONNECTED
NEGOTIATION_SENT
NEGOTIATION_SUCCEEDED
OPENED
OPENING

Public Instance Methods

runspace_state() click to toggle source
# File lib/winrm/psrp/message_data/runspacepool_state.rb, line 31
def runspace_state
  clixml[:i32].to_i
end