The equivalent SDK v1 calls are available in the SDK v2, but named _setTicking()
etc. See here.
Plugin and behavior ticks run with different sequencing to the IRuntime "tick" event: their ticks happen prior to the IRuntime "tick" event and other types of tick happen at different times too.
I suppose we could expose more types of ticks to the scripting feature; as ever, file a suggestion.