<?php
namespace OCP\TaskProcessing\Events;
/**
* @since 30.0.0
*/
class TaskSuccessfulEvent extends AbstractTaskProcessingEvent {
}