MCPcopy Create free account
hub / github.com/abbeycode/UnrarKit / SetSuspended

Method SetSuspended

Libraries/unrar/unpack.hpp:382–382  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

380 bool IsFileExtracted() {return(FileExtracted);}
381 void SetDestSize(int64 DestSize) {DestUnpSize=DestSize;FileExtracted=false;}
382 void SetSuspended(bool Suspended) {Unpack::Suspended=Suspended;}
383
384#ifdef RAR_SMP
385 void SetThreads(uint Threads);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected