WaitForChildren

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

Bases: commands1._impl._commands_v1.command.Command

This command will only finish if whatever CommandGroup it is in has no active children. If it is not a part of a CommandGroup, then it will finish immediately. If it is itself an active child, then the CommandGroup will never end.

This class is useful for the situation where you want to allow anything running in parallel to finish, before continuing in the main CommandGroup sequence.

This class is provided by the OldCommands VendorDep

Overloaded function.

  1. __init__(self: commands1._impl._commands_v1.command.WaitForChildren, timeout: seconds) -> None

  2. __init__(self: commands1._impl._commands_v1.command.WaitForChildren, name: str, timeout: seconds) -> None

isFinished() bool