background constant

SyncPriority const background

Background: fires last, when nothing else is going on. Use for "nice to have" syncs (e.g. analytics).

Implementation

static const SyncPriority background = SyncPriority(-1000);