OverdueRepeat Enumeration

Indicates the frequency with which OnTaskExpired should be run, if the task is past the expiration date and is not yet completed.

Namespace:  Microsoft.Office.Workflow.Actions
Assembly:  Microsoft.Office.Workflow.Actions (in Microsoft.Office.Workflow.Actions.dll)

Syntax

'Declaration
<NoNameChangeOnRemoteAuthoringAttribute> _
Public Enumeration OverdueRepeat
'Usage
Dim instance As OverdueRepeat
[NoNameChangeOnRemoteAuthoringAttribute]
public enum OverdueRepeat

Members

Member name Description
Off The instance of the OnTaskExpired class should not be run again.
Daily The instance of the OnTaskExpired class should be run once per day.
Weekly The instance of the OnTaskExpired class should be run once per week.
Monthly The instance of the OnTaskExpired class should be run once per month.

See Also

Reference

Microsoft.Office.Workflow.Actions Namespace