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
At the moment there is no way to determine whether a processor is online-capable or not.
A previous attempt to solve this used different process methods. E.g. process_sequence() and process_step() for offline/online mode, respectively. However, since normal functions must be usable as processors also, Processors are simply called (like functions), thus there is not really a uniform way to distinguish between online/offline mode for processors.
At the moment there is no way to determine whether a processor is online-capable or not.
A previous attempt to solve this used different process methods. E.g.
process_sequence()
andprocess_step()
for offline/online mode, respectively. However, since normal functions must be usable as processors also, Processors are simply called (like functions), thus there is not really a uniform way to distinguish between online/offline mode for processors.Please see this PR/comment for more context.
The text was updated successfully, but these errors were encountered: