Workflow and ServiceDesk Community

 View Only

Pause Execution 

Jun 13, 2012 09:45 AM

Component definition

This component allows you to pause the execution of a process for a certain amount of time.

Class: LogicBase.Components.Default.Process.PauseExecution
Library: LogicBase.Components.Default.dll
Publisher: Symantec Corporation

Component icon

Pause

 

Definition of component input value or values

Table: Input values

Configuration

Input value name Input value data type Example format
Pause Time In Millseconds Int32 (System.Int32) 1000

Description
Enter into this field the number of milliseconds you wish to pause your execution for. 

Usage
To edit this value, simply enter the pause time (in milliseconds) into the PauseTimeInMilliseconds field. 

Example
If you want to pause your execution for 3 seconds, you would enter "300" milliseconds. 

 

 

Definition of component output value or values

N/A

 

Connection information

N/A

 

Component settings

The usual

Is Enabled.

 

Use case

To configure this component, simply right-click on it and select "Edit Component." Enter into the "PauseTimeInMillseconds" field the number of milliseconds you wish to pause your execution for.

You may wish to pause the execution of an email system for a certain amount of time in order to give your SMTP server time to catch up with the demand. You may use this component to pause execution of your process for a number of milliseconds.

 

Code

Thread.Sleep(time)

 

Statistics
0 Favorited
0 Views
0 Files
0 Shares
0 Downloads

Tags and Keywords

Related Entries and Links

No Related Resource entered.