TestimoX

API Reference

Enum

ExecTaskBuildMode

Namespace ComputerX.ScheduledTasks
Assembly ComputerX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Indicates how strict the builder should be when validating an Exec task request.

Inheritance

  • Enum
  • ExecTaskBuildMode

Values

public const ExecTaskBuildMode New #

Requires a command to be present (new task creation).

Value: 0
public const ExecTaskBuildMode Update #

Allows an empty command (update/partial updates).

Value: 1