Table of Contents

Enum ExecutionSessionState

Namespace
RDCore.SDK.Runtime.Abstract.Execution
Assembly
RDCore.SDK.dll

Encodes the state of an execution session.

public enum ExecutionSessionState

Fields

Break = 2

Session is in debug/break mode and must be manually stepped or resumed.

Completed = 1

Session has completed.

Running = 0

Session is currently running uninterrupted.