CommandScript#

class lsst.ts.m2com.CommandScript(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)#

Bases: IntEnum

Action to command the script execution.

Attributes Summary

Attributes Documentation

Clear = 2#
LoadScript = 1#
Pause = 5#
Resume = 6#
Run = 3#
Stop = 4#