Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

 
 

progress() Function (Python, SLAX, and XSLT)

Namespaces

Python Syntax

SLAX Syntax

XSLT Syntax

Description

Issue a progress message containing the single argument immediately to the CLI session provided that the detail flag was specified when the script was invoked.

The prefix associated with the namespace URI should be defined in the prefix-to-namespace mapping in the style sheet.

Parameters

string

Text that is output to CLI session.

Usage Examples

SLAX syntax:

XSLT syntax:

Python syntax:

The script must be invoked with the detail flag in order for the progress message to appear in the CLI session.

Release Information

Function introduced in Junos OS Release 7.6.

Support for the slax namespace http://xml.libslax.org/slax added in Junos OS Release 12.2.

Support for Python added in Junos OS Release 16.1R1.