GetNextTaskNo |
Scroll |
Gets the task number of the next task after the specified one.
Namespace: Therefore.API
Visual Basic Public Overridable Function GetNextTaskNo ( _ nTaskNo As Integer _ ) As TheWFTask C# public virtual TheWFTask GetNextTaskNo ( int nTaskNo ) ParametersnTaskNo Task number of the task for which to get the successor. Return ValueNumber of the next task after the specified one. |
|
Requires Loaded InstanceLoad an instance definition from the server before calling this method. |