ILIAS  release_10 Revision v10.1-43-ga1241a92c2f
ProcessLockModes.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
22 
23 enum ProcessLockModes: string
24 {
25  case ASS_PROC_LOCK_MODE_NONE = 'none';
26  case ASS_PROC_LOCK_MODE_FILE = 'file';
27  case ASS_PROC_LOCK_MODE_DB = 'db';
28 }