AFTimeRule.Pause Method (TimeSpan)
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
Pause the time rule for a specified amount of time.
Namespace: OSIsoft.AF.Time
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
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.