python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
UIActivityViewController handle Cancel action | Swift/Xcode
I can't find complete code in Swift of how to execute an action when the user presses the "x" in a UIActivityViewController (top right), cancelling the share.
This is what I currently have:
...
Christian W
Votes: 0
Answers: 1
Is it safe to terminate an orchestrator function that is waiting on a timer?
If I call IDurableOrchestrationClient.TerminateAsync on a running orchestrator that is currently sleeping and waiting on a durable timer created through IDurableOrchestrationContext.CreateTimer, will ...
julealgon
Votes: 0
Answers: 1
FileZip compression with cancellation
How to cancel long running compression task and release all resources when using ZipFile.CreateFromDirectory or other ZipFile compression methods in C#.
Couldn't find any native method or parameter th...
M.Shoaib
Votes: 0
Answers: 0
How to tell where my JavaScript click event is being canceled
I'm working on a Shopify project and am not the original developer, who is unavailable, along with an un-minified version of the javascript file included on every page.
The original site has a page di...
Daveh0
Votes: 0
Answers: 1