You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CAM annotations support the jobRegister() interface which allows a script to add a Job with a specified start/end time in the past. This is useful for logging tasks processed by the Unity batch Job Scheduler, as batch jobs have restrictions on the API they can use.
We don't have the same interface for the simpler Channel annotations, but I suspect it would be useful to have.
The text was updated successfully, but these errors were encountered:
Currently the native library does not expose this functionality, so we have nothing to wrap for the C# bindings. Revist this in future once Streamline's native code supports this (SDDAP-11794).
CAM annotations support the
jobRegister()
interface which allows a script to add a Job with a specified start/end time in the past. This is useful for logging tasks processed by the Unity batch Job Scheduler, as batch jobs have restrictions on the API they can use.We don't have the same interface for the simpler Channel annotations, but I suspect it would be useful to have.
The text was updated successfully, but these errors were encountered: