UNPKG

@microsoft/windows-admin-center-sdk

Version:

Microsoft - Windows Admin Center Shell

14 lines (13 loc) 223 B
/** * State of applying condition of work item. */ export declare enum PersistentWorkItemApplyState { /** * Required to re-apply. */ Required = 0, /** * Skip application. */ Skip = 1 }