AFTimeRule.Pause Method (TimeSpan)
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- Developer
Pause the time rule for a specified amount of time.
Namespace: OSIsoft.AF.Time
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public void Pause( TimeSpan span )
Public Sub Pause ( span As TimeSpan ) Dim instance As AFTimeRule Dim span As TimeSpan instance.Pause(span)
public: void Pause( TimeSpan span )
member Pause : span : TimeSpan -> unit
Parameters
- span
- Type: SystemTimeSpan
The amount of time to pause the time rule.