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

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Accepted by parameters

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