Object with properties for the new sub-inspection.
Optional
index: numberIndex to insert the new sub-inspection in the list of sub-inspections.
Allows event binding to all sub-inspections.
An object which allows access to sub-inspection event bindings.
The current Part that will be recorded for data records.
This uses the following order of precedence:
Note that some tests can override this Part on a per-test basis.
The current Process that will be recorded for data records.
This uses the following order of precedence:
Note that some tests can override this Process on a per-test basis.
Retrieves the properties from the inspection.
Allows modification, retrieval, and event binding of tests inside the global tag area.
Navigates to the given sub-inspection.
If called during the onBeforeEnd
event, any pending submissions will be cancelled.
Calling this function will not trigger onBeforeEnd
or onAfterEnd
of the current sub-inspection.
Unique id of the sub-inspection.
Navigates to the given sub-inspection.
If called during the onBeforeEnd
event, any pending submissions will be cancelled.
Calling this function will not trigger onBeforeEnd
or onAfterEnd
of the current sub-inspection.
Unique id of the sub-inspection.
Bind a function to fire when all subinspections have been completed. This is checked on subinspection completion, and will never fire if there are no sub inspections.
The function to fire.
ScriptEventSubscription
Bind a function to fire when the inspection date/time has changed
The function to fire.
ScriptEventSubscription
Bind a function to fire when the inspection process has changed
The function to fire.
ScriptEventSubscription
Bind a function to fire when the inspection process has changed
The function to fire.
ScriptEventSubscription
Bind a function to fire when the inspection is ready.
The function to fire.
ScriptEventSubscription
Bind a function to fire when a traceability value for the inspection has changed
The function to fire.
ScriptEventSubscription
Removes a sub-inspection from the inspection.
Unique id of the sub-inspection to remove
Removes a sub-inspection from the inspection.
Unique id of the sub-inspection to remove
Allows modification, retrieval, and event binding of a sub-inspection with the given id.
Unique id of the sub-inspection.
An object which allows access to the sub-inspection methods
Allows modification, retrieval, and event binding of a sub-inspection with the given id.
Unique id of the sub-inspection.
An object which allows access to the sub-inspection methods
Updates the inspection with new values.
Object with new properties to use
Adds a new sub-inspection with given values.