PreviousNext
Help > Development > W-Language Functions for AS/400 > Profile Management > ASSignedOnUsersInfoList > Parameters
Parameters

 

Result

Boolean – True if the operation was performed. False if a problem occured. ErreurInfo is used to identify the   error.

AsSignedOnUsersInfoCollection

An AsSignedOnUsersInfoCollection variable that will contain the result of the command.

This is a collection of objects of type AsSignedOnUsersInfo.

Connection

Connection – connection name.

Username

Character string (with quotes) – Username of the searched profile(s).

If you don’t want to search by name, put "*ALL" or leave empty.

If you want to filter by out by name starting with something, end your string by * (e.g. "QPG*").

StationName

Character string (with quotes) – StationName researched.

If you don’t want to search by station name, put "*ALL" or leave empty.

If you want to filter by out by station name starting with something, end your string by * (e.g. "QPADEV*").

IncludeDisconnectedSuspendedJobs

             Boolean – True if should be included disconnected jobs and suspended group jobs. False otherwise.

IncludeSignedOffWithPrintWaiting

             Boolean – True if should be included signed-off users with output waiting to print. False otherwise.