No, that's not possible and again, this isn't the kind of question that should be asked in this thread. Please keep it clean, thank you.
Event OnLapperStart()
RegisterScheduleAction( "00 00 * * * * * : 00 01 * * * * * : 00 02 * * * * * : 00 03 * * * * * : 00 04 * * * * * : 00 05 * * * * * : 00 06 * * * * * : 00 07 * * * * * : 00 08 * * * * * : 00 09 * * * * * : 00 10 * * * * * : 00 11 * * * * * ", Admin_status );
EndEvent
#Syntax: ss mm hh dayofweek dd MM YYYY
Event OnLapperStart()
RegisterScheduleAction( "* 0 * * * * *", Admin_status );
RegisterScheduleAction( "* 1 * * * * *", Admin_status );
RegisterScheduleAction( "* 2 * * * * *", Admin_status );
RegisterScheduleAction( "* 3 * * * * *", Admin_status );
EndEvent