Share via


SysOperationProgress.new Method [AX 2012]

Constructs an instance of the SysOperationProgress class.

Syntax

public void new(
   [int numberOfBars, 
    boolean smoothProgress, 
    int textLength])

Run On

Called

Parameters

  • numberOfBars
    Type: int
    The number of progress indicators; optional.
  • smoothProgress
    Type: boolean
    A Boolean value that indicates whether progress should be displayed smoothly or incrementally; optional.
    Set to true for continuous progress increments, and to false for intermittent progress increments.
  • textLength
    Type: int
    The maximum length, in characters, for the progress text before the text wraps to an additional line; optional.

See Also

Reference

SysOperationProgress Class