IccFile openStatus

Returns a CVDA that indicates the open status of the file. Possible values are:

IccValue::CVDA openStatus(Icc::GetOpt opt = Icc::object)
opt
See access method.
CLOSED
The file is closed.
CLOSING
The file is in the process of being closed. Closing a file may require dynamic deallocation of data sets and deletion of shared resources, so the process may last a significant length of time.
CLOSEREQUEST
The file is open and one or more application tasks are using it. A request has been received to close it.
OPEN
The file is open.
OPENING
The file is in the process of being opened.
Conditions: END, FILENOTFOUND, ILLOGIC, NOTAUTH