Class: WinRM::PSRP::MessageData::RunspacepoolState
- Defined in:
- lib/winrm/psrp/message_data/runspacepool_state.rb
Overview
runspace pool state message type
Constant Summary collapse
- BEFORE_OPEN =
0
- OPENING =
1
- OPENED =
2
- CLOSED =
3
- CLOSING =
4
- BROKEN =
5
- NEGOTIATION_SENT =
6
- NEGOTIATION_SUCCEEDED =
7
- CONNECTING =
8
- DISCONNECTED =
9
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from WinRM::PSRP::MessageData::Base
Instance Method Details
#runspace_state ⇒ Object
31 32 33 |
# File 'lib/winrm/psrp/message_data/runspacepool_state.rb', line 31 def runspace_state clixml[:i32].to_i end |