RunningPackage.ExecutionDuration Property

Definition

Returns an Integer that specifies how long the package took to run.

public:
 property int ExecutionDuration { int get(); };
public int ExecutionDuration { get; }
member this.ExecutionDuration : int
Public ReadOnly Property ExecutionDuration As Integer

Property Value

An Integer that contains the length of time that the package ran.

Applies to