ProjectsRoutineOptions Class

Definition

The options for creating routines.

public class ProjectsRoutineOptions
type ProjectsRoutineOptions = class
Public Class ProjectsRoutineOptions
Inheritance
ProjectsRoutineOptions

Constructors

Name Description
ProjectsRoutineOptions(RoutineAction, String, Nullable<Boolean>)

Create the options for routines.

Properties

Name Description
Action

The action executed when the routine fires.

Description

A human-readable description of the routine.

IsEnabled

Whether the routine is enabled.

Triggers

The triggers configured for the routine. In v1, exactly one trigger entry is supported.

Applies to