(documentation dependencyDelay EnglishLanguage "if the dependency type is StartupBlock, then (dependencyDelay ?PROGRAM ?TIME) means that the application ?PROGRAM can only be started after a dependency delay of ?TIME after the startup of the application. If the dependency type is ShutdownBlock, then (dependencyDelay ?PROGRAM ?TIME) means that the application ?PROGRAM can only be stopped after a dependency delay of ?TIME after the application is stopped.") |
QoSontology.kif 1352-1358 |
|
(domain dependencyDelay 1 ComputerProgram) |
QoSontology.kif 1350-1350 |
The number 1 argument of dependency delay is an instance of computer program |
(domain dependencyDelay 2 TimeDuration) |
QoSontology.kif 1351-1351 |
The number 2 argument of dependency delay is an instance of time duration |
(instance dependencyDelay BinaryPredicate) |
QoSontology.kif 1349-1349 |
dependency delay is an instance of binary predicate |