Counter Class

Define Counter parentType
Public Class Counter 
Inherits Analog(Of Integer)
This language is not supported or no code example is available.
public class Counter : Analog<int>
This language is not supported or no code example is available.
Name Description
Public constructor Counter(RunObj, int) Construct the instance
Public constructor Counter(RunObj, int[]) Construct the instance
Top
Name Description
Public property Event Event
Public property Model Model
Public property Trigger Trigger
Top
Methods
 
Name Description
Public method OnContinue(int) Execute initial code to active Counter
Public method OnPause(int) Execute initial code to active Counter
Public method OnStart(TModule) Execute initial code to active Counter
Top

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition