smartinspectpython.sicontrolcommandtype

@export
class SIControlCommandType(smartinspectpython.sienumcomparable.SIEnumComparable):

Represents the type of a ControlCommand packet. The type of a control command influences the way the Console interprets the packet.

For example, if a Control Command packet has a type of ClearAll, the entire Console is reset when this packet arrives. Also have a look at the corresponding SISession.ClearAll method.

Instructs the Console to clear all Log Entries.

ClearWatches = <SIControlCommandType.ClearWatches: 1>

Instructs the Console to clear all Watches.

ClearAutoViews = <SIControlCommandType.ClearAutoViews: 2>

Instructs the Console to clear all AutoViews.

Instructs the Console to reset the whole Console.

ClearProcessFlow = <SIControlCommandType.ClearProcessFlow: 4>

Instructs the Console to clear all Process Flow entries.