+
    *Qj	                        R
t ^;tt^t^t^t^t^ t^@t^t	Rt
RtRtRtRtRtRtRtRt]],          ],          ],          ],          ],          ],          ]	,          ]
,          ],          ],          ],          ],          ],          ],          ],          ],          t ! R R]4      t ! R R]4      t ! R R]4      t ! R R]4      tR	# )EVENT_SCHEDULER_STARTEDSchedulerEventJobEventJobExecutionEventJobSubmissionEventc                   @   a a ] tR t^!t oRtRV 3R lltR tRtVtV ;t	# )r   z
An event that concerns the scheduler itself.

:ivar code: the type code of this event
:ivar alias: alias of the job store or executor that was added or removed (if applicable)
c                D   < \         \        V `  4        Wn        W n        R # N)superr   __init__codealias)selfr   r   	__class__s   &&&k/Users/ahmed/devFolder/Ultron/claude-voice/gateway/.venv/lib/python3.14/site-packages/apscheduler/events.pyr   SchedulerEvent.__init__)   s    nd,.	
    c                T    R V P                   P                  V P                  3,          # )z<%s (code=%d)>)r   __name__r   )r   s   &r   __repr__SchedulerEvent.__repr__.   s     4>>#:#:DII"FFFr   )r   r   r	   )
r   
__module____qualname____firstlineno____doc__r   r   __static_attributes____classdictcell____classcell__r   __classdict__s   @@r   r   r   !   s     
G Gr   c                   6   a a ] tR t^2t oRtV 3R ltRtVtV ;t# )r   z
An event that concerns a job.

:ivar code: the type code of this event
:ivar job_id: identifier of the job in question
:ivar jobstore: alias of the job store containing the job in question
c                R   < \         \        V `  V4       Wn        W n        W0n        R # r	   )r
   r   r   r   job_idjobstore)r   r   r"   r#   r   s   &&&&r   r   JobEvent.__init__;   s!    h&t,	 r   )r   r"   r#   	r   r   r   r   r   r   r   r   r   r   s   @@r   r   r   2   s     ! !r   c                   6   a a ] tR t^Bt oRtV 3R ltRtVtV ;t# )r   z
An event that concerns the submission of a job to its executor.

:ivar scheduled_run_times: a list of datetimes when the job was intended to run
c                <   < \         \        V `  WV4       W@n        R # r	   )r
   r   r   scheduled_run_times)r   r   r"   r#   r(   r   s   &&&&&r   r   JobSubmissionEvent.__init__I   s     $0xH#6 r   )r(   r%   r   s   @@r   r   r   B   s     7 7r   c                   :   a a ] tR t^Nt oRtRV 3R lltRtVtV ;t# )r   a5  
An event that concerns the running of a job within its executor.

:ivar scheduled_run_time: the time when the job was scheduled to be run
:ivar retval: the return value of the successfully executed job
:ivar exception: the exception raised by the job
:ivar traceback: a formatted traceback for the exception
c                `   < \         \        V `  WV4       W@n        WPn        W`n        Wpn        R # r	   )r
   r   r   scheduled_run_timeretval	exception	traceback)	r   r   r"   r#   r,   r-   r.   r/   r   s	   &&&&&&&&r   r   JobExecutionEvent.__init__X   s*    /hG"4""r   )r.   r-   r,   r/   )NNNr%   r   s   @@r   r   r   N   s     # #r   N)r   EVENT_SCHEDULER_SHUTDOWNEVENT_SCHEDULER_PAUSEDEVENT_SCHEDULER_RESUMEDEVENT_EXECUTOR_ADDEDEVENT_EXECUTOR_REMOVEDEVENT_JOBSTORE_ADDEDEVENT_JOBSTORE_REMOVEDEVENT_ALL_JOBS_REMOVEDEVENT_JOB_ADDEDEVENT_JOB_REMOVEDEVENT_JOB_MODIFIEDEVENT_JOB_EXECUTEDEVENT_JOB_ERROREVENT_JOB_MISSEDEVENT_JOB_SUBMITTEDEVENT_JOB_MAX_INSTANCESr   r   r   r      i   i   i   i   i    i @  i   i   )__all__r   EVENT_SCHEDULER_STARTr1   r2   r3   r4   r5   r6   r7   r8   r9   r:   r;   r<   r=   r>   r?   r@   	EVENT_ALLobjectr   r   r   r    r   r   <module>rG      sH  T 39 8 /!              ! $'??BXX$%';<>TU!"$:;=ST   11 4FF I[[ 	  0	0 3F	F I`	`	GV G"!~ ! 	7 	7# #r   