MCPcopy Create free account
hub / github.com/ELMERIKH/PyinMemoryPE / create

Method create

windows/winobject/bits.py:80–84  ·  view source on GitHub ↗
(self, name, jobtype)

Source from the content-addressed store, hash-verified

78 return self.get_jobs()
79
80 def create(self, name, jobtype):
81 myjob_uuid = windows.com.IID()
82 newjob = BitsCopyJob()
83 self.CreateJob(name, jobtype, myjob_uuid, newjob)
84 return newjob.promote()
85
86class BitsCopyJob(IBackgroundCopyJob):
87 version = 1

Callers

nothing calls this directly

Calls 2

promoteMethod · 0.95
BitsCopyJobClass · 0.85

Tested by

no test coverage detected