Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Checks to see whether a checklist is finished.
Syntax
client public static boolean isFinished(ClassId _classId)
Run On
Client
Parameters
- _classId
Type: ClassId Extended Data Type
The class ID of the checklist.
Return Value
Type: boolean
true if the checklist is finished; otherwise, false.
Remarks
A checklist is finished if all its mandatory items are finished.