ZosCheckInStatus
The ZosCheckInStatus object shows status information for a release check in operation for a particular component.
The check in status is returned by the ReleaseCheckIn method of ZosPackage and by the CheckIn method of ZosReleaseArea.
ZosCheckInStatus Properties
ZosCheckInStatus exposes the following properties:
| Property | Type | R/W | Description | 
|---|---|---|---|
| Release | String | R | Release name. | 
| ReleaseArea | String | R | Release area name. | 
| Package | String | R | Package name. | 
| ComponentName | String | R | Target component name. | 
| ComponentType | String | R | Component type(library type). | 
| User | String | R | User ID who last updated the component. | 
| CheckInTime | DateTime | R | Date and time component was checked in. | 
| Status | String | R | Status description. | 
...