| Library | Module | Frames | Expand |
| Function | OnCustomCheck (CheckName as String, Mdl as IpfcModel) as IpfcCustomCheckResults | |
| Override this method to evaluate a ModelCheck externally defined check. | ||
| Sub | OnCustomCheckAction (CheckName as String, Mdl as IpfcModel, SelectedItem as String [optional]) | |
| Override this method to execute a repair action on an item found by a custom check. | ||
| Sub | OnCustomCheckUpdate (CheckName as String, Mdl as IpfcModel, SelectedItem as String [optional]) | |
| Override this method to update an item found by a custom check. | ||
| Function | OnCustomCheck | (CheckName as String, Mdl as IpfcModel) as IpfcCustomCheckResults |
|
Override this method to evaluate a ModelCheck externally defined check.
|
| Sub | OnCustomCheckAction | (CheckName as String, Mdl as IpfcModel, SelectedItem as String [optional]) |
|
Override this method to execute a repair action on an item found by a custom check.
|
| Sub | OnCustomCheckUpdate | (CheckName as String, Mdl as IpfcModel, SelectedItem as String [optional]) |
|
Override this method to update an item found by a custom check.
|