TaskProcessorAttributeRestoreToWaitingTimeoutInMinutes Property |
The number of minutes that must pass without an update on an in-progress task,
before it can be restored to the waiting state.
Default is 2 minutes.
Namespace:
MFiles.VAF.AppTasks
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic int RestoreToWaitingTimeoutInMinutes { get; set; }
Public Property RestoreToWaitingTimeoutInMinutes As Integer
Get
Set
public:
property int RestoreToWaitingTimeoutInMinutes {
int get ();
void set (int value);
}
Property Value
Type:
Int32
See Also