UNPKG

@microsoft/windows-admin-center-sdk

Version:

Microsoft - Windows Admin Center Shell

17 lines (15 loc) 536 B
/** * State of applying condition of work item. */ export var PersistentWorkItemApplyState; (function (PersistentWorkItemApplyState) { /** * Required to re-apply. */ PersistentWorkItemApplyState[PersistentWorkItemApplyState["Required"] = 0] = "Required"; /** * Skip application. */ PersistentWorkItemApplyState[PersistentWorkItemApplyState["Skip"] = 1] = "Skip"; })(PersistentWorkItemApplyState || (PersistentWorkItemApplyState = {})); //# sourceMappingURL=persistent-work-item-apply-state.js.map