@@ -241,8 +241,10 @@ class ComposerStaticInit749170dad3f5e7f9ca158f5a9f04f6a2
241241 'OCP \\AutoloadNotAllowedException ' => __DIR__ . '/../../.. ' . '/lib/public/AutoloadNotAllowedException.php ' ,
242242 'OCP \\BackgroundJob \\IJob ' => __DIR__ . '/../../.. ' . '/lib/public/BackgroundJob/IJob.php ' ,
243243 'OCP \\BackgroundJob \\IJobList ' => __DIR__ . '/../../.. ' . '/lib/public/BackgroundJob/IJobList.php ' ,
244+ 'OCP \\BackgroundJob \\IJobRuns ' => __DIR__ . '/../../.. ' . '/lib/public/BackgroundJob/IJobRuns.php ' ,
244245 'OCP \\BackgroundJob \\IParallelAwareJob ' => __DIR__ . '/../../.. ' . '/lib/public/BackgroundJob/IParallelAwareJob.php ' ,
245246 'OCP \\BackgroundJob \\Job ' => __DIR__ . '/../../.. ' . '/lib/public/BackgroundJob/Job.php ' ,
247+ 'OCP \\BackgroundJob \\JobRun ' => __DIR__ . '/../../.. ' . '/lib/public/BackgroundJob/JobRun.php ' ,
246248 'OCP \\BackgroundJob \\JobStatus ' => __DIR__ . '/../../.. ' . '/lib/public/BackgroundJob/JobStatus.php ' ,
247249 'OCP \\BackgroundJob \\QueuedJob ' => __DIR__ . '/../../.. ' . '/lib/public/BackgroundJob/QueuedJob.php ' ,
248250 'OCP \\BackgroundJob \\TimedJob ' => __DIR__ . '/../../.. ' . '/lib/public/BackgroundJob/TimedJob.php ' ,
@@ -1294,6 +1296,7 @@ class ComposerStaticInit749170dad3f5e7f9ca158f5a9f04f6a2
12941296 'OC \\Avatar \\UserAvatar ' => __DIR__ . '/../../.. ' . '/lib/private/Avatar/UserAvatar.php ' ,
12951297 'OC \\BackgroundJob \\JobClassesRegistry ' => __DIR__ . '/../../.. ' . '/lib/private/BackgroundJob/JobClassesRegistry.php ' ,
12961298 'OC \\BackgroundJob \\JobList ' => __DIR__ . '/../../.. ' . '/lib/private/BackgroundJob/JobList.php ' ,
1299+ 'OC \\BackgroundJob \\JobRuns ' => __DIR__ . '/../../.. ' . '/lib/private/BackgroundJob/JobRuns.php ' ,
12971300 'OC \\BinaryFinder ' => __DIR__ . '/../../.. ' . '/lib/private/BinaryFinder.php ' ,
12981301 'OC \\Blurhash \\Listener \\GenerateBlurhashMetadata ' => __DIR__ . '/../../.. ' . '/lib/private/Blurhash/Listener/GenerateBlurhashMetadata.php ' ,
12991302 'OC \\Broadcast \\Events \\BroadcastEvent ' => __DIR__ . '/../../.. ' . '/lib/private/Broadcast/Events/BroadcastEvent.php ' ,
@@ -1376,6 +1379,7 @@ class ComposerStaticInit749170dad3f5e7f9ca158f5a9f04f6a2
13761379 'OC \\Core \\Command \\Background \\JobWorker ' => __DIR__ . '/../../.. ' . '/core/Command/Background/JobWorker.php ' ,
13771380 'OC \\Core \\Command \\Background \\ListCommand ' => __DIR__ . '/../../.. ' . '/core/Command/Background/ListCommand.php ' ,
13781381 'OC \\Core \\Command \\Background \\Mode ' => __DIR__ . '/../../.. ' . '/core/Command/Background/Mode.php ' ,
1382+ 'OC \\Core \\Command \\Background \\RunningJobs ' => __DIR__ . '/../../.. ' . '/core/Command/Background/RunningJobs.php ' ,
13791383 'OC \\Core \\Command \\Base ' => __DIR__ . '/../../.. ' . '/core/Command/Base.php ' ,
13801384 'OC \\Core \\Command \\Broadcast \\Test ' => __DIR__ . '/../../.. ' . '/core/Command/Broadcast/Test.php ' ,
13811385 'OC \\Core \\Command \\Check ' => __DIR__ . '/../../.. ' . '/core/Command/Check.php ' ,
@@ -1655,6 +1659,7 @@ class ComposerStaticInit749170dad3f5e7f9ca158f5a9f04f6a2
16551659 'OC \\Core \\Migrations \\Version34000Date20260318095645 ' => __DIR__ . '/../../.. ' . '/core/Migrations/Version34000Date20260318095645.php ' ,
16561660 'OC \\Core \\Migrations \\Version34000Date20260415161745 ' => __DIR__ . '/../../.. ' . '/core/Migrations/Version34000Date20260415161745.php ' ,
16571661 'OC \\Core \\Migrations \\Version34000Date20260518163022 ' => __DIR__ . '/../../.. ' . '/core/Migrations/Version34000Date20260518163022.php ' ,
1662+ 'OC \\Core \\Migrations \\Version34000Date20260521110333 ' => __DIR__ . '/../../.. ' . '/core/Migrations/Version34000Date20260521110333.php ' ,
16581663 'OC \\Core \\Notification \\CoreNotifier ' => __DIR__ . '/../../.. ' . '/core/Notification/CoreNotifier.php ' ,
16591664 'OC \\Core \\ResponseDefinitions ' => __DIR__ . '/../../.. ' . '/core/ResponseDefinitions.php ' ,
16601665 'OC \\Core \\Service \\CronService ' => __DIR__ . '/../../.. ' . '/core/Service/CronService.php ' ,
0 commit comments