fail and indicate file is offline
(self)
| 293 | raise Fail(reason) |
| 294 | |
| 295 | def offline(self): |
| 296 | """ fail and indicate file is offline """ |
| 297 | raise Fail("offline") |
| 298 | |
| 299 | def tempOffline(self): |
| 300 | """ fail and indicates file ist temporary offline, the core may take consequences """ |