Represents a no-op action for files that do not need syncing.
Creates a new SkipAction for the given relative path.
Path relative to the sync root.
Human-readable explanation for why the file was skipped.
Readonly
Size in bytes of the file, or 0 for metadata-only actions.
The kind of action.
Returns a 'skip' event with the reason message. No I/O is performed.
Whether to simulate the action (unused for no-op).
An async generator yielding sync progress events.
Represents a no-op action for files that do not need syncing.