Show / Hide Table of Contents

Enum SimpleConsoleCommandTracer.JTTraceOptions_Enum

Options defining which aspects of the command/response pair should be traced.

Namespace: Moraware.JobTrackerAPI5.DevelopmentAssistance
Assembly: JobTrackerAPI5.dll
Syntax
public enum JTTraceOptions_Enum

Fields

Name Description
CommandAndResponse_TraceOption

Both commands and responses will be traced.

CommandOnly_TraceOption

Only commands will be traced.

Nothing_TraceOption

Neither commands nor responses will be traced.

ResponseOnly_TraceOption

Only responses will be traced.

Back to top Generated by DocFX