bluesky.bundlers.RunBundler.complete

async RunBundler.complete(msg)[source]

Tell a flyer, ‘stop collecting, whenever you are ready’.

The flyer returns a status object. Some flyers respond to this command by stopping collection and returning a finished status object immediately. Other flyers finish their given course and finish whenever they finish, irrespective of when this command is issued.

Expected message object is:

Msg('complete', flyer, group=<GROUP>)

where <GROUP> is a hashable identifier.