CommandGroupEntry

class commands1.CommandGroupEntry(*args, **kwargs)

Bases: pybind11_builtins.pybind11_object

Overloaded function.

  1. __init__(self: commands1._impl._commands_v1.command.CommandGroupEntry) -> None

  2. __init__(self: commands1._impl._commands_v1.command.CommandGroupEntry, command: commands1._impl._commands_v1.command.Command, state: commands1._impl._commands_v1.command.CommandGroupEntry.Sequence, timeout: seconds = -1.0) -> None

class Sequence(value: int)

Bases: pybind11_builtins.pybind11_object

Members:

kSequence_InSequence

kSequence_BranchPeer

kSequence_BranchChild

kSequence_BranchChild = <Sequence.kSequence_BranchChild: 2>
kSequence_BranchPeer = <Sequence.kSequence_BranchPeer: 1>
kSequence_InSequence = <Sequence.kSequence_InSequence: 0>
property name
property value
isTimedOut() bool
property m_command
property m_state
property m_timeout