Share via


ReleaseUpdateCockpit.setProgressText Method [AX 2012]

Updates the progress text on the cockpit form.

Syntax

private void setProgressText(
   [str _caption, 
    str _text, 
    boolean _incCount])

Run On

Server

Parameters

  • _caption
    Type: str
    The form caption to set.
  • _text
    Type: str
    The progress text to set.
  • _incCount
    Type: boolean
    The progress count to set.

See Also

Reference

ReleaseUpdateCockpit Class