Este conteúdo não está disponível no idioma selecionado.
11.26. Timer Attribute Example
This is what the
timer attribute looks like:
timer ( int: <initial delay> <repeat interval>? )
timer ( int: 30s )
timer ( int: 30s 5m )
timer ( cron: <cron expression> )
timer ( cron:* 0/15 * * * ? )