en-US/about_DRMMJobComponentResult.help.txt
|
TOPIC
about_DRMMJobComponentResult SHORT DESCRIPTION Represents the result of a DRMM job component, including its unique identifier, name, status, number of warnings, and whether it has standard output or error data. LONG DESCRIPTION The DRMMJobComponentResult class models the result of a component within a DRMM job. It includes properties such as ComponentUid, ComponentName, ComponentStatus, NumberOfWarnings, HasStdOut, and HasStdErr, which provide details about the outcome of the component's execution. The class also includes a static method to create an instance of DRMMJobComponentResult from API response data. This class inherits from DRMMObject. ## PROPERTIES The DRMMJobComponentResult class exposes the following properties: Property Type Description ---------------- ---------- ---------------------------------------- ComponentUid guid The unique identifier (UID) of the jo... ComponentName string The name of the job component. ComponentStatus string The status of the job component. NumberOfWarnings int The number of warnings generated by t... HasStdOut bool Indicates if the job component has st... HasStdErr bool Indicates if the job component has st... ## METHODS The DRMMJobComponentResult class provides the following methods: No public methods defined. ## NOTES This class is defined in the DattoRMM.Core module's class system. SEE ALSO Online Documentation https://github.com/TheShadowTek/DattoRMM.Core/blob/main/docs/about/classes/DRMMJob/about_DRMMJobComponentResult.md |